Class: MetricsApi
MetricsApi - object-oriented interface
Export
Hierarchy
↳
MetricsApi
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MetricsApi(configuration?, basePath?, fetch?)
Parameters
| Name | Type | Default value |
|---|---|---|
configuration? | Configuration | undefined |
basePath | string | BASE_PATH |
fetch | FetchAPI | portableFetch |
Inherited from
Defined in
dev/estuary/estuary-clients/typescript-fetch/api.ts:60
Properties
basePath
• Protected basePath: string = BASE_PATH
Inherited from
Defined in
dev/estuary/estuary-clients/typescript-fetch/api.ts:60
configuration
• Protected configuration: Configuration
Inherited from
Defined in
dev/estuary/estuary-clients/typescript-fetch/api.ts:58
fetch
• Protected fetch: FetchAPI = portableFetch
Inherited from
Defined in
dev/estuary/estuary-clients/typescript-fetch/api.ts:60
Methods
publicMetricsDealsOnChainGet
▸ publicMetricsDealsOnChainGet(options?): Promise<Response>
This endpoint is used to get deal metrics
Summary
Get deal metrics
Throws
Memberof
MetricsApi
Parameters
| Name | Type | Description |
|---|---|---|
options? | any | Override http request option. |
Returns
Promise<Response>